Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a feature to add sensitive information to the snippets #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SHIVANG2904
Copy link

Description:
This pull request introduces the ability to add sensitive information to code snippets within the application. The key highlights of the implementation are as follows:

Sensitive Information Handling:

The feature allows users to securely include sensitive data such as API keys, passwords, or tokens within snippets.
Sensitive snippets are clearly marked to differentiate them from regular snippets.
Security Enhancements:

Implemented encryption for storing sensitive information in the database to protect it from unauthorized access.
Restricted access to these snippets based on user roles and permissions, ensuring only authorized users can view or edit them.

This PR fixes #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a feature to add sensitive information to the snippets
2 participants